home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.app;
-
- import java.awt.event.ActionEvent;
-
- class EditWindow$12 extends BaseAction {
- // $FF: synthetic field
- final EditWindow this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (this.this$0.commitPendingEdits(true)) {
- this.this$0.getDocument().saveAs(var1);
- BaseApplication.getApplication().updateFileLists(this.this$0.getDocument().getURI());
- }
- }
-
- EditWindow$12(EditWindow var1, String var2) {
- super(var2);
- this.this$0 = var1;
- }
- }
-